home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cqa.zip / DLLPROB.BCP < prev    next >
Text File  |  1991-04-01  |  526b  |  10 lines

  1. QUESTION:  What causes the linker error "Undefined symbol _WSPRINTF in
  2.            module modname.C" and how can I eliminate it?
  3.  
  4. ANSWER:    Turn off the "Case-sensitive exports" and "Case-sensitive link"
  5.            options. If you are using the command linker, don't use the /c
  6.            switch.  If you are invoking the linker from the BCC(x) command
  7.            line, use the -lc- switch. If you are using the IDE, go to the
  8.            linker options dialog box and turn off the case sensitivity
  9.            switch.
  10.